Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Frame Manipulation Functions /


JMFrameGoAway

Passes a go-away event to the frame.

OSStatus JMFrameGoAway (JMFrameRef frame);
frame
The frame to receive the go-away event.
function result
A result code; see "JManager Result Codes".
DISCUSSION
Calling the JMFrameGoAway function disposes of the frame, although in some instances the Java program may want to display a dialog box message (asking if the user wants to save the file before closing, for example).

SEE ALSO
"Mouse Events".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997